home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / may94 / cjfig02b.gif < prev    next >
Graphics Interchange Format  |  1996-07-02  |  18.3 KB  |  511x348  |  4-bit (14 colors)
   ocr: VALCHECK-CuStomer DlEchangevalue method changevalue(uar eventinfo ValueEvent) var current Smallint enduar Save the current value in the record buffer. current = self.value - Do the default behavior. doDefault if - eventinfo.errorcode() = 0 then The default behavior was successful. Now evaluate the posted value. if Self.value >= 10000 and self.value <- 11000 then Value is not acceptable. Restore the original value. self.value = current $ Signal to other built-ins that this built-in nethod failed. eventinfo.setErrorCode(peoutoFRange) endif endif endMethod No syntax erors. Edit Line: 19 Col: 1